home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Macintosh Tracker Source / Tracker Client Folder / CSpecificStereoMix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-16  |  266 b   |  16 lines  |  [TEXT/KAHL]

  1. /* CSpecificStereoMix.h */
  2.  
  3. #pragma once
  4.  
  5. #include "CNumberEdit.h"
  6.  
  7. class CMyDocument;
  8.  
  9. struct    CSpecificStereoMix    :    CNumberEdit
  10.     {
  11.         CMyDocument*        Document;
  12.  
  13.         void                ISpecificStereoMix(CMyDocument* TheDocument, CWindow* TheWindow);
  14.         void                StoreValue(void);
  15.     };
  16.